home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / FontMancer / Common / AEHandler.h < prev    next >
Encoding:
Text File  |  1996-06-21  |  507 b   |  6 lines  |  [TEXT/CWIE]

  1. void                InitAEAccept(void);
  2. pascal OSErr        AEHandleOpenApp(AppleEvent *theAppleEvent, AppleEvent *reply, long handlerRefcon);
  3. pascal OSErr        AEHandleOpenDoc(AppleEvent *theAppleEvent, AppleEvent *reply, long handlerRefcon);
  4. pascal OSErr        AEHandlePrint(AppleEvent *theAppleEvent, AppleEvent *reply, long handlerRefcon);
  5. pascal OSErr        AEHandleQuit(AppleEvent *theAppleEvent, AppleEvent *reply, long handlerRefcon);
  6. pascal OSErr        AEHandleDisplay(AppleEvent *theAppleEvent, AppleEvent *reply, long handlerRefcon);